home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 9905 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: sobt.ao.net!user
  2. From: eric@ao.net (Eric Shaw)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Supra 288 slow connection speeds
  5. Date: Mon, 01 Apr 1996 23:31:05 -0500
  6. Organization: Access Orlando
  7. Message-ID: <eric-0104962331060001@sobt.ao.net>
  8. References: <Dp57t5.6oy@ez2.ezlink.com>
  9. NNTP-Posting-Host: sobt.ao.net
  10.  
  11. In article <Dp57t5.6oy@ez2.ezlink.com>, alan@ez2.ezlink.com (Alan L.
  12. Wendt) wrote:
  13.  
  14. >I have 8 Supra external 288 modems on my BBS system.  Many of them seem
  15. >only to connect at 9600 baud.  To try to isolate the problem I experimented
  16. >with three modems, designated C9, C10, and C15.  I made various calls between
  17. >the modems and observed the following:
  18. >
  19. >C15 calling C10 28.8K
  20. >C9 calling C10 9600
  21. >C15 calling C10 28.8K
  22. >C10 calling C15 28.8K
  23. >C9 calling C15 9600
  24.  
  25. >I used a source compare program to highlight the differences between
  26. >the two configs.    C10 (the fast one) seems to have separate receive
  27. >and transmit line speeds, which is odd because the two modems have the
  28. >same ROM: V1.300-13-V34_DS.  And C9 seems to enable RDL, whatever
  29. >that is (remote download?).  S23 is different; this is not documented
  30. >in my manual.
  31.  
  32. The problem is the S23.  This is a bitmapped register, and the setting of
  33. 58 in binary is 00111010.   This breaks down as follows: 
  34. Bit 0=0 (RDL not allowed (&T5) - this is not the default (&T4))
  35. Bits 1-3=101 (assumed DTE is 9600 - here's your problem - default is 111
  36. (38400 or higher)
  37. Bits 4-5=11 (assumed DTE parity is none - this is default)
  38. Bits 6-7=00 (no guard tone (default))
  39.  
  40. So the default S23 value is 00111111 = 63, meaning modem C10 isn't
  41. configured as default either, but its closer.
  42.  
  43. For more complete documentation, look at
  44. ftp://ftp.supra.com/pub/flashers_current/v34/v34_list.txt
  45.  
  46. This is in the archive with the flash upgrade also.
  47.